github.com/jackc/pgx/v5.pipelineBatchResults.closed (field)

11 uses

	github.com/jackc/pgx/v5 (current package)
		batch.go#L287: 	closed    bool
		batch.go#L296: 	if br.closed {
		batch.go#L340: 	if br.closed {
		batch.go#L411: 	if br.closed {
		batch.go#L416: 	for br.err == nil && !br.closed && br.b != nil && br.qqIdx < len(br.b.QueuedQueries) {
		batch.go#L427: 	br.closed = true
		conn.go#L1075: 		return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledStatementCache, closed: true}
		conn.go#L1107: 		return &pipelineBatchResults{ctx: ctx, conn: c, err: errDisabledDescriptionCache, closed: true}
		conn.go#L1224: 			return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}
		conn.go#L1233: 			return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}
		conn.go#L1249: 		return &pipelineBatchResults{ctx: ctx, conn: c, err: err, closed: true}